home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / K_O / LB108G.ZIP / MANINST.BAT < prev    next >
DOS Batch File  |  1996-09-06  |  2KB  |  139 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo **************************
  6. echo ** Janes AH-64D Longbow **
  7. echo **************************
  8. echo.
  9. echo Longbow manuelle Installation....
  10. echo.
  11. echo Bitte stellen Sie sicher, daß die Angaben für das Quellenlaufwerk und das
  12. echo Ziellaufwerk korrekt sind, bevor Sie fortfahren.
  13. echo. 
  14. echo.
  15. echo Fortfahren mit der Installation von AH-64D Longbow
  16. echo vom CD-ROM-Laufwerk %1 nach %2\%3?
  17. echo.
  18. choice
  19. if errorlevel 2 goto end
  20.  
  21. :check
  22. if "%1"=="" goto error
  23. if "%2"=="" goto error
  24. if "%1"=="%2" goto driveltr
  25. if "%1"=="a:" goto error
  26. if "%1"=="b:" goto error
  27. if "%1"=="c:" goto error
  28. if "%2"=="a:" goto error
  29. if "%2"=="b:" goto error
  30. if "%3"=="" goto default
  31.  
  32. goto specific
  33.  
  34. :driveltr
  35. cls
  36. echo.
  37. echo.
  38. echo.
  39. echo.
  40. echo Die Quelle und das Ziel können nicht das gleiche Laufwerk sein.
  41. echo.
  42. echo Die Quelle muß das CD-ROM-Laufwerk sein.
  43. echo.
  44. echo Das Ziel muß eine Festplatte sein. 
  45. echo.
  46. echo.
  47. echo.
  48. goto end
  49.  
  50. :cd1
  51. @echo off
  52. cls
  53. echo.
  54. echo Sie müssen Jane's AH-64D Longbow von CD 1 installieren.
  55. echo.
  56. goto end
  57.  
  58. :error
  59. cd\
  60. cls
  61. echo.
  62. echo.
  63. echo.
  64. echo.
  65. echo Eingabeformat von maninst.bat:
  66. echo MANINST [Quellen(CD)laufwerk:] [Ziellaufwerk:] [Zielverzeichnis]
  67. echo (z.B. maninst d: c: Spiele)
  68. echo.
  69. echo HINWEIS: Das Zielverzeichnis muß nicht unbedingt angegeben werden.  Wenn kein
  70. echo Zielverzeichnis angegeben wird, dann wird Longbow in das Vorgabeverzeichnis
  71. echo (JANES\LONGBOW) installiert.
  72. echo.
  73. echo.
  74. echo Es trat ein Fehler während der Installation auf....
  75. deltree %3\janes 
  76. echo.
  77. goto end
  78.  
  79. :specific
  80. %2
  81. cd\
  82. md %2\%3
  83. cd %3
  84. goto d2
  85. :default
  86. %2
  87. cd\
  88. :d2
  89. %1
  90. if not exist jlbcd_01 goto cd1
  91. %2
  92. md janes
  93. md janes\longbow
  94. md janes\longbow\record
  95. md janes\longbow\appearnc
  96. md janes\longbow\palette
  97.  
  98. cd janes\longbow
  99. copy %1\readme.txt 
  100. copy %1\longbow.ico
  101. if not exist longbow.ico goto error
  102. copy %1\bootdisk.exe
  103. copy %1\iff.tre
  104. if not exist iff.tre goto error  
  105. copy %1\sfx.tre 
  106. copy %1\speech.tre 
  107.  
  108. copy %1\game\*.exe 
  109. copy %1\game\*.lst 
  110. copy %1\game\*.dig 
  111. copy %1\game\*.dll 
  112. copy %1\game\*.ini 
  113. copy %1\game\*.bin 
  114. copy %1\game\*.dat
  115. copy %1\game\*.txt
  116. copy %1\game\*.pif
  117. copy %1\game\*.iff
  118. copy %1\game\*.raw
  119. copy %1\game\*.pal
  120. copy %1\game\*.kmp
  121. copy %1\game\*.jmp
  122. copy %1\game\*.mdf
  123.  
  124. cd appearnc
  125. copy %1\appearnc\*.*
  126. cd ..
  127. cd palette
  128. copy %1\palette\*.*
  129. cd ..
  130. cd record
  131. copy %1\game\*.rcd 
  132.  
  133. cd ..
  134. setsound
  135.  
  136. :end
  137. echo.
  138. echo.
  139.